Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeElement<T> Class
The type of elements.
Members


In This Topic
    RangeElement<T> Class
    In This Topic
    Represents the information about which cell ranges contain the elements.
    Syntax
    'Declaration
     
    
    Public Class RangeElement(Of T) 
    'Usage
     
    
    Dim instance As RangeElement(Of T)
    public class RangeElement<T> 
    Type Parameters
    T
    The type of elements.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.RangeElement<T>

    See Also